type google.golang.org/grpc/balancer/base.errPicker

3 uses

	google.golang.org/grpc/balancer/base (current package)
		balancer.go#L240: 	return &errPicker{err: err}
		balancer.go#L248: type errPicker struct {
		balancer.go#L252: func (p *errPicker) Pick(info balancer.PickInfo) (balancer.PickResult, error) {